home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00541.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  263 b   |  17 lines

  1. if RATE = 1 then
  2.   set RATE to 0.5
  3. else
  4.   if RATE = 2 then
  5.     set RATE to 1
  6.   else
  7.     if RATE = 3 then
  8.       set RATE to 2
  9.     else
  10.       if RATE = 0.5 then
  11.         set RATE to 0.25
  12.       end if
  13.     end if
  14.   end if
  15. end if
  16. set the movieRate of sprite 20 to RATE
  17.